Autogenerated HTML docs for v1.7.3.3-398-g0b0cd 
diff --git a/git-diff.txt b/git-diff.txt index dd1fb32..f6ac847 100644 --- a/git-diff.txt +++ b/git-diff.txt 
@@ -8,12 +8,17 @@    SYNOPSIS  -------- -'git diff' [<common diff options>] <commit>{0,2} [--] [<path>...] +[verse] +'git diff' [options] [<commit>] [--] [<path>...] +'git diff' [options] --cached [<commit>] [--] [<path>...] +'git diff' [options] <commit> <commit> [--] [<path>...] +'git diff' [options] [--no-index] [--] <path> <path>    DESCRIPTION  ----------- -Show changes between two trees, a tree and the working tree, a -tree and the index file, or the index file and the working tree. +Show changes between the working tree and the index or a tree, changes +between the index and a tree, changes between two trees, or changes +between two files on disk.    'git diff' [--options] [--] [<path>...]::